home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / TASKLIST.EX_ / tasklist.exe / string.txt next >
Encoding:
Text File  |  2003-03-25  |  6.4 KB  |  150 lines

  1. 101    Host Name
  2. 102    Status
  3. 103    Image Name
  4. 104    PID
  5. 105    Session#
  6. 106    User Name
  7. 107    Window Title
  8. 108    CPU Time
  9. 109    Mem Usage
  10. 110    Services
  11. 111    Session Name
  12. 112    Modules
  13. 126    list
  14. 127    table
  15. 128    csv
  16. 129    list|table|csv
  17. 151    16
  18. 152    15
  19. 153    25
  20. 154    6
  21. 155    8
  22. 156    50
  23. 157    72
  24. 158    12
  25. 159    12
  26. 160    80
  27. 161    45
  28. 162    16
  29. 163    80
  30. 164    45
  31. 201    sessionname
  32. 202    status
  33. 203    imagename
  34. 204    pid
  35. 205    session
  36. 206    cputime
  37. 207    memusage
  38. 208    username
  39. 209    services
  40. 210    windowtitle
  41. 211    modules
  42. 226    running|not responding|unknown
  43. 227     eq | ne 
  44. 228     eq | ne | lt | gt | le | ge 
  45. 251    Running
  46. 252    Not Responding
  47. 253    %s K
  48. 254    NT AUTHORITY
  49. 255    SYSTEM
  50. 256    modules eq %s
  51. 257    Unknown
  52. 501    Invalid syntax. /U can be specified only when /S is specified.\nType "TASKLIST /?" for usage.\n
  53. 502    Invalid syntax. /P can be specified only when /U is specified.\nType "TASKLIST /?" for usage.\n
  54. 503    INFO: No tasks are running which match the specified criteria.\n
  55. 504    %s Error Code: 0x%08lx was returned.\n
  56. 505    Invalid syntax. User name cannot be empty.\n
  57. 506    Invalid syntax. /NH option is allowed only for "TABLE" and "CSV" formats.\nType "TASKLIST /?" for usage.\n
  58. 507    Invalid syntax. /V, /M and /SVC options cannot be used together.\nType "TASKLIST /?" for usage.\n
  59. 508    Invalid syntax. System name cannot be empty.\n
  60. 509    Invalid syntax.\nType "TASKLIST /?" for usage.\n
  61. 510    Invalid syntax. No characters are allowed after '*' for /M option.\nType "TASKLIST /?" for usage.\n
  62. 551    \nWARNING: "WINDOWTITLE" and "STATUS" filters are not supported when querying a remote machine.\n
  63. 1001    TASKLIST [/S system [/U username [/P [password]]]]\n
  64. 1002             [/M [module] | /SVC | /V] [/FI filter] [/FO format] [/NH]\n
  65. 1003    \n
  66. 1004    Description:\n
  67. 1005        This tool displays a list of currently running processes on\n
  68. 1006        either a local or remote machine.\n
  69. 1008    \n
  70. 1009    Parameter List:\n
  71. 1010       /S     system           Specifies the remote system to connect to.\n\n
  72. 1011       /U     [domain\]user    Specifies the user context under which\n
  73. 1012                               the command should execute.\n\n
  74. 1013       /P     [password]       Specifies the password for the given\n
  75. 1014                               user context. Prompts for input if omitted.\n\n
  76. 1015       /M     [module]         Lists all tasks currently using the given\n
  77. 1016                               exe/dll name. If the module name is not\n
  78. 1017                               specified all loaded modules are displayed.\n\n
  79. 1019       /SVC                    Displays services hosted in each process.\n\n
  80. 1020       /V                      Displays verbose task information.\n\n
  81. 1022       /FI    filter           Displays a set of tasks that match a\n
  82. 1023                               given criteria specified by the filter.\n\n
  83. 1024       /FO    format           Specifies the output format.\n
  84. 1025                               Valid values: "TABLE", "LIST", "CSV".\n\n
  85. 1026       /NH                     Specifies that the "Column Header" should\n
  86. 1027                               not be displayed in the output.\n
  87. 1028                               Valid only for "TABLE" and "CSV" formats.\n\n
  88. 1029       /?                      Displays this help message.\n
  89. 1030    \n
  90. 1031    Filters:\n
  91. 1032        Filter Name     Valid Operators           Valid Value(s)\n
  92. 1033        -----------     ---------------           --------------------------\n
  93. 1034        STATUS          eq, ne                    RUNNING | \n
  94. 1035                                                  NOT RESPONDING | UNKNOWN\n
  95. 1036        IMAGENAME       eq, ne                    Image name\n
  96. 1037        PID             eq, ne, gt, lt, ge, le    PID value\n
  97. 1038        SESSION         eq, ne, gt, lt, ge, le    Session number\n
  98. 1039        SESSIONNAME     eq, ne                    Session name\n
  99. 1040        CPUTIME         eq, ne, gt, lt, ge, le    CPU time in the format\n
  100. 1041                                                  of hh:mm:ss.\n
  101. 1042                                                  hh - hours,\n
  102. 1043                                                  mm - minutes, ss - seconds\n
  103. 1044        MEMUSAGE        eq, ne, gt, lt, ge, le    Memory usage in KB\n
  104. 1045        USERNAME        eq, ne                    User name in [domain\]user\n
  105. 1046                                                  format\n
  106. 1047        SERVICES        eq, ne                    Service name\n
  107. 1048        WINDOWTITLE     eq, ne                    Window title\n
  108. 1049        MODULES         eq, ne                    DLL name\n
  109. 1050    \n
  110. 1051    NOTE: "WINDOWTITLE" and "STATUS" filters are not supported when querying\n
  111. 1052          a remote machine.\n\n
  112. 1053    Examples:\n
  113. 1054        TASKLIST\n
  114. 1055        TASKLIST /M\n
  115. 1056        TASKLIST /V /FO CSV\n
  116. 1057        TASKLIST /SVC /FO LIST\n
  117. 1058        TASKLIST /M wbem*\n
  118. 1059        TASKLIST /S system /FO LIST\n
  119. 1060        TASKLIST /S system /U domain\username /FO CSV /NH\n
  120. 1061        TASKLIST /S system /U username /P password /FO TABLE /NH\n
  121. 1062        TASKLIST /FI "USERNAME ne NT AUTHORITY\SYSTEM" /FI "STATUS eq running"\n
  122. 5001    ERROR:
  123. 5002    WARNING:
  124. 5003    SUCCESS:
  125. 5004    INFO:
  126. 5005    N/A
  127. 5501    Type the password for %s:
  128. 5502    Passing the user credential for local connection.\n
  129. 5503    The target system must be running Windows XP or above.\n
  130. 5504    The remote system must be running Windows 2000 or above.\n
  131. 5601    Invalid syntax. '%s' value is not allowed for '%s' option.\n%s\n
  132. 5602    Invalid syntax. Specify valid numeric value for '%s'.\n%s\n
  133. 5603    Invalid syntax. Specifiy valid floating point value for '%s'.\n%s\n
  134. 5604    Invalid syntax. Mandatory option '%s' is missing.\n%s\n
  135. 5605    Invalid syntax. '%s' option is not allowed more than '%d' time(s).\n%s\n
  136. 5607    Invalid argument/option - '%s'.\n%s\n
  137. 5608    Invalid syntax. Default argument is missing.\n%s\n
  138. 5609    Length of the command line argument should not exceed 255 characters.\n
  139. 5610    Invalid syntax. Default option is not allowed more than '%d' time(s).\n%s\n
  140. 5611    Invalid syntax. Value expected for '%s'.\n%s\n
  141. 5612    Invalid syntax. '%s' value is not allowed as default argument.\n%s\n
  142. 5613    Type "%s /?" for usage.
  143. 5614    Value for '%s' option cannot be empty.\n%s\n
  144. 5615    Value for default option cannot be empty.\n%s\n
  145. 5616    Invalid syntax. Specify valid numeric value for default.\n%s\n
  146. 5617    Invalid syntax. Specifiy valid floating point value for default.\n%s\n
  147. 5618    Value for default option cannot be more than %d character(s).\n
  148. 5619    Invalid syntax. Value cannot be specified with '%s' option.\n%s\n
  149. 5620    Value for '%s' option cannot be more than %d character(s).\n
  150.